home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Tele / Pete Johnson / Flip 1.0.3<source>.sit / FlipGlobals.p < prev    next >
Encoding:
Text File  |  1991-06-23  |  179 b   |  16 lines  |  [TEXT/PJMM]

  1. unit FlipGlobals;
  2.  
  3. interface
  4.  
  5.     const
  6.         VERSION = '1.0.3';
  7.         ENDLINE = chr(13);
  8.         NULL = chr(0);
  9.         mySignature = longint('pilF');
  10.  
  11.     var
  12.         GenericPath: str255;
  13.  
  14. implementation
  15.  
  16. end.